object StarAdjustForm: TStarAdjustForm Left = 332 Top = 162 BorderStyle = bsToolWindow Caption = 'Adjust Photoplate Exposure' ClientHeight = 289 ClientWidth = 427 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnActivate = FormActivate OnClick = FormClick OnCreate = FormCreate OnMouseMove = FormMouseMove OnResize = FormResize OnShow = FormShow PixelsPerInch = 125 TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 412 Height = 41 Caption = 'First Magnitude' ParentShowHint = False ShowHint = True TabOrder = 0 object SpinEdit1: TSpinEdit Left = 352 Top = 8 Width = 40 Height = 26 Hint = 'Adjust diameter here' EditorEnabled = False MaxLength = 2 MaxValue = 12 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SpinEdit1Change end object FirstPanel: TPanel Left = 14 Top = 4 Width = 32 Height = 32 Color = clWhite TabOrder = 1 object PaintBox1: TPaintBox Left = 1 Top = 1 Width = 30 Height = 30 Align = alClient end end end object Panel2: TPanel Left = 8 Top = 56 Width = 412 Height = 41 Caption = 'Second Magnitude' ParentShowHint = False ShowHint = True TabOrder = 1 object SpinEdit2: TSpinEdit Left = 351 Top = 8 Width = 40 Height = 26 Hint = 'Adjust diameter here' EditorEnabled = False MaxLength = 2 MaxValue = 12 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SpinEdit2Change end object SecondPanel: TPanel Left = 14 Top = 4 Width = 32 Height = 32 Color = clWhite TabOrder = 1 object PaintBox2: TPaintBox Left = 1 Top = 1 Width = 30 Height = 30 Align = alClient end end end object Panel3: TPanel Left = 8 Top = 104 Width = 412 Height = 41 Caption = 'Third Magnitude' ParentShowHint = False ShowHint = True TabOrder = 2 object SpinEdit3: TSpinEdit Left = 352 Top = 8 Width = 40 Height = 26 Hint = 'Adjust diameter here' EditorEnabled = False MaxLength = 2 MaxValue = 12 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SpinEdit3Change end object ThirdPanel: TPanel Left = 14 Top = 4 Width = 32 Height = 32 Color = clWhite TabOrder = 1 object PaintBox3: TPaintBox Left = 1 Top = 1 Width = 30 Height = 30 Align = alClient end end end object Panel4: TPanel Left = 8 Top = 152 Width = 412 Height = 41 Caption = 'Fourth Magnitude' ParentShowHint = False ShowHint = True TabOrder = 3 object SpinEdit4: TSpinEdit Left = 352 Top = 8 Width = 40 Height = 26 Hint = 'Adjust diameter here' EditorEnabled = False MaxLength = 2 MaxValue = 12 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SpinEdit4Change end object FourthPanel: TPanel Left = 14 Top = 4 Width = 32 Height = 32 Color = clWhite TabOrder = 1 object PaintBox4: TPaintBox Left = 1 Top = 1 Width = 30 Height = 30 Align = alClient end end end object Panel5: TPanel Left = 8 Top = 200 Width = 412 Height = 41 Caption = 'Fifth Magnitude' ParentShowHint = False ShowHint = True TabOrder = 4 object SpinEdit5: TSpinEdit Left = 352 Top = 8 Width = 40 Height = 26 Hint = 'Adjust diameter here' EditorEnabled = False MaxLength = 2 MaxValue = 12 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SpinEdit5Change end object FifthPanel: TPanel Left = 14 Top = 4 Width = 32 Height = 32 Color = clWhite TabOrder = 1 object PaintBox5: TPaintBox Left = 1 Top = 1 Width = 30 Height = 30 Align = alClient end end end object SetButton: TButton Left = 72 Top = 256 Width = 75 Height = 25 Caption = 'Set' TabOrder = 5 OnClick = SetButtonClick end object CancelButton: TButton Left = 280 Top = 256 Width = 75 Height = 25 Caption = 'Close' TabOrder = 6 OnClick = CancelButtonClick end object Button1: TButton Left = 176 Top = 256 Width = 75 Height = 25 Caption = 'Redraw' TabOrder = 7 OnClick = Button1Click end end